rpms/libxfce4util/devel libxfce4util.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Sat Mar 19 17:47:53 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/libxfce4util/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21736/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libxfce4util.spec 
Log Message:
auto-import libxfce4util-4.2.1-1 on branch devel from libxfce4util-4.2.1-1.src.rpm


--- NEW FILE libxfce4util.spec ---
Summary: Utility library for the Xfce4 desktop environment
Name: libxfce4util
Version: 4.2.1
Release: 1
License: BSD and LGPL
URL: http://www.xfce.org/
Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/libxfce4util-4.2.1.tar.bz2
Group: Development/Libraries
Requires: glib2 >= 2.0.0
Prereq: /sbin/ldconfig
BuildRequires: glib2-devel >= 2.0.0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
This package includes basic utility non-GUI functions for Xfce4.

%package devel
Summary: Developpment tools for libxfce4util library
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel
Requires: gtk2-devel

%description devel
This package includes static libraries and header files for the
libxfce4util library.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%{_libdir}/lib*.so.*
%{_sbindir}/xfce4-kiosk-query

%files devel
%defattr(-, root, root)
%{_libdir}/lib*.so
%{_libdir}/*a
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/libxfce4util
%{_datadir}/xfce4/m4/
%doc %{_datadir}/gtk-doc/html/libxfce4util

%changelog
* Tue Mar 15 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-1
- Updated to 4.2.1 version

* Tue Mar  8 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-3
- Fixed License to be BSD and LGPL
- Fixed case on Xfce

* Sun Mar  6 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-2
- Inital Fedora Extras version
- Updated Source line
- Capitalized first letter of Summary in devel section to quiet rpmlint
- Added LGPL to License as 2 files are under LGPL, the rest BSD
- Increased the Release version by one

* Sun Jan 23 2005 Than Ngo <than at redhat.com> 4.2.0-1
- update to 4.2.0 release

* Wed Dec 08 2004 Than Ngo <than at redhat.com> 4.1.99.1-1
- update to 4.2 rc1

* Mon Jul 19 2004 Than Ngo <than at redhat.com> 4.0.6-1
- update to 4.0.6
- add requires on glib2-devel, bug #124200
- remove unneeded patch file, which is included in new upstream

* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Thu Apr 15 2004 Than Ngo <than at redhat.com> 4.0.5-1
- update to 4.0.5

* Tue Mar 02 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Mon Jan 26 2004 Than Ngo <than at redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64

* Fri Jan 09 2004 Than Ngo <than at redhat.com> 4.0.3-1
- 4.0.3

* Thu Dec 25 2003 Than Ngo <than at redhat.com> 4.0.2-1
- 4.0.2

* Tue Dec 16 2003 Than Ngo <than at redhat.com> 4.0.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libxfce4util/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Mar 2005 17:46:49 -0000	1.1
+++ .cvsignore	19 Mar 2005 17:47:51 -0000	1.2
@@ -0,0 +1 @@
+libxfce4util-4.2.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libxfce4util/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Mar 2005 17:46:49 -0000	1.1
+++ sources	19 Mar 2005 17:47:51 -0000	1.2
@@ -0,0 +1 @@
+7fac21585a72c3f4fadf3b0d9807875f  libxfce4util-4.2.1.tar.bz2




More information about the scm-commits mailing list