rpms/libxdg-basedir/F-11 import.log, NONE, 1.1 libxdg-basedir.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michal Nowak mnowak at fedoraproject.org
Sat Jun 13 01:06:31 UTC 2009


Author: mnowak

Update of /cvs/pkgs/rpms/libxdg-basedir/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3297/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libxdg-basedir.spec 
Log Message:
1.0.1



--- NEW FILE import.log ---
libxdg-basedir-1_0_1-2_fc11:F-11:libxdg-basedir-1.0.1-2.fc11.src.rpm:1244855133


--- NEW FILE libxdg-basedir.spec ---
Name:           libxdg-basedir
Version:        1.0.1
Release:        2%{?dist}
Summary:        Implementation of the XDG Base Directory Specifications

Group:          System Environment/Libraries
License:        MIT
URL:            http://n.ethz.ch/student/nevillm/download/libxdg-basedir
Source0:        http://n.ethz.ch/student/nevillm/download/libxdg-basedir/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
The XDG Base Directory Specification defines where should user files 
be looked for by defining one or more base directories relative in 
with they should be located.

This library implements functions to list the directories according 
to the specification and provides a few higher-level functions.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%package        doc
Summary:        Documentation files for %{name}
Group:          Documentation
Requires:       %{name} = %{version}-%{release}
BuildRequires:  doxygen

%description    doc
The %{name}-doc package contains doxygen generated files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}
make doxygen-run


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR="$RPM_BUILD_ROOT"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%check
make check


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc

%files doc
%defattr(-,root,root,-)
%doc doc/html/

%changelog
* Tue Jun  9 2009 Michal Nowak <mnowak at redhat.com> - 1.0.1-2
- removed bogus ownership of %%{_libdir}/pkgconfig/
- "docs" sub-package renamed to "doc"

* Mon Jun  8 2009 Michal Nowak <mnowak at redhat.com> - 1.0.1-1
- 1.0.1
- -devel: require pkgconfig, own %%{_libdir}/pkgconfig/
- -docs: sub-package
- make check tests
- SPEC cleanups

* Thu May  7 2009 Michal Nowak <mnowak at redhat.com> - 1.0.0-1
- 1.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libxdg-basedir/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jun 2009 04:06:55 -0000	1.1
+++ .cvsignore	13 Jun 2009 01:06:01 -0000	1.2
@@ -0,0 +1 @@
+libxdg-basedir-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxdg-basedir/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jun 2009 04:06:55 -0000	1.1
+++ sources	13 Jun 2009 01:06:01 -0000	1.2
@@ -0,0 +1 @@
+941dacde04db15164c9aca5a1d856665  libxdg-basedir-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list