/[packages]/cauldron/parcellite/current/SPECS/parcellite.spec
ViewVC logotype

Annotation of /cauldron/parcellite/current/SPECS/parcellite.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 102723 - (hide annotations) (download)
Thu Jun 9 20:47:35 2011 UTC (12 years, 10 months ago) by ahmad
File size: 1098 byte(s)
- Drop the pot/po customisations (I don't if they come from upstream or not)
- Use %%configure2_5x
SILENT: clean the spec a bit

1 ahmad 102720 %define name parcellite
2     %define version 1.0.2
3     %define subver rc2
4     %define release %mkrel 1
5    
6 ahmad 102723 Name: %{name}
7 ahmad 102720 Summary: Lightweight GTK+ clipboard manager
8 ahmad 102723 Version: %{version}%{subver}
9 ahmad 102720 Release: %{release}
10     Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
11     URL: http://parcellite.sourceforge.net/
12    
13 ahmad 102723 Group: Graphical desktop/GNOME
14 ahmad 102720 License: GPLv3+
15     BuildRequires: intltool
16     BuildRequires: gtk+2-devel >= 2.10.0
17    
18     %description
19     Parcellite is a lightweight GTK+ clipboard manager. This is a stripped
20     down, basic-features-only clipboard manager with a small memory footprint
21     for those who like simplicity.
22    
23 ahmad 102723 %prep
24 ahmad 102720 %setup -q
25    
26 ahmad 102723 %build
27     %configure2_5x
28 ahmad 102720 %make
29    
30     %install
31 ahmad 102723 rm -rf %{buildroot}
32 ahmad 102720 %makeinstall_std
33    
34     %find_lang %{name}
35    
36 ahmad 102723 %clean
37     rm -rf %{buildroot}
38 ahmad 102720
39     %files -f %{name}.lang
40     %defattr(-,root,root)
41     %doc AUTHORS COPYING NEWS README ChangeLog TODO
42     %{_bindir}/%{name}
43     %{_datadir}/applications/%{name}.desktop
44     %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
45     %{_mandir}/man1/%{name}.1*
46     %{_datadir}/pixmaps/*

  ViewVC Help
Powered by ViewVC 1.1.30