packages: lxappearance/lxappearance.spec - up to 0.5.0, add -devel package
glen
glen at pld-linux.org
Mon Oct 25 14:47:29 CEST 2010
Author: glen Date: Mon Oct 25 12:47:29 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.5.0, add -devel package
---- Files affected:
packages/lxappearance:
lxappearance.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/lxappearance/lxappearance.spec
diff -u packages/lxappearance/lxappearance.spec:1.4 packages/lxappearance/lxappearance.spec:1.5
--- packages/lxappearance/lxappearance.spec:1.4 Tue Sep 14 21:48:54 2010
+++ packages/lxappearance/lxappearance.spec Mon Oct 25 14:47:24 2010
@@ -1,12 +1,12 @@
# $Revision$, $Date$
Summary: Desktop-independent theme switcher for GTK+
Name: lxappearance
-Version: 0.4.0
+Version: 0.5.0
Release: 1
License: GPL v3
Group: X11/Applications
Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
-# Source0-md5: 751426a9c4b6090b9fabb8dde593c50a
+# Source0-md5: 7eabab6f4a358dbc6a84e260a0e7f6c2
URL: http://wiki.lxde.org/en/LXAppearance
BuildRequires: gettext-devel
BuildRequires: gtk+2-devel >= 2:2.12.0
@@ -18,6 +18,14 @@
LXAppearance is part of LXDE project. It's a desktop-independent theme
switcher for GTK+.
+%package devel
+Summary: Header files for lxappearance
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for lxappearance.
+
%prep
%setup -q
@@ -44,7 +52,12 @@
%attr(755,root,root) %{_bindir}/lxappearance
%{_desktopdir}/lxappearance.desktop
%{_datadir}/lxappearance
-%{_mandir}/man1/lxappearance*
+
+%files devel
+%defattr(644,root,root,755)
+%dir %{_includedir}/lxappearance
+%{_includedir}/lxappearance/lxappearance.h
+%{_pkgconfigdir}/lxappearance.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -52,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/10/25 12:47:24 glen
+- up to 0.5.0, add -devel package
+
Revision 1.4 2010/09/14 19:48:54 glen
- more precise urls
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lxappearance/lxappearance.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list