-
Notifications
You must be signed in to change notification settings - Fork 0
/
gcolpicker.spec.in
45 lines (35 loc) · 1.01 KB
/
gcolpicker.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Name: @PACKAGE@
Version: @VERSION@
Release: 1
Epoch: 0
Summary: Gcolpicker is a simple color selector
Group: Applications/Multimedia
License: GPL
URL: https://github.com/DoktorMike/gcolpicker
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel >= 2.0
Requires: gtk2 > 2.0
%description
GColPicker is a GTK2 color selector to provide a quick
and easy way to find colors for whatever task is at
hand. Colors can be saved and deleted as well.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/%{name}
# 'make install' creates an empty $prefix/share ??
%exclude %{_datadir}
%changelog
* Tue Sep 28 2004 Ricardo Veguilla <veguilla@hpcf.upr.edu> - 0.2
- Initial package.