]> git.pld-linux.org Git - packages/flickcurl.git/blame - flickcurl.spec
- unconditional noarch subpackages
[packages/flickcurl.git] / flickcurl.spec
CommitLineData
2f4760e3
JB
1Summary: Flickcurl - C library for the Flickr API
2Summary(pl.UTF-8): Flickcurl - biblioteka C do API serwisu Flickr
718f31ae 3Name: flickcurl
2f4760e3 4Version: 1.26
36997773 5Release: 3
2f4760e3 6License: LGPL v2.1+ or GPL v2+ or Apache v2.0
e190f6e1
CM
7Group: Libraries
8Source0: http://download.dajobe.org/flickcurl/%{name}-%{version}.tar.gz
2f4760e3
JB
9# Source0-md5: 7013a36656400dac398748a374c9104f
10URL: http://dajobe.org/
36997773
JB
11BuildRequires: autoconf >= 2.68
12BuildRequires: automake >= 1:1.11
2f4760e3
JB
13BuildRequires: curl-devel >= 7.10.0
14BuildRequires: gtk-doc >= 1.3
15BuildRequires: libraptor2-devel >= 2.0.0
36997773 16BuildRequires: libtool >= 2:2
2f4760e3
JB
17BuildRequires: libxml2-devel >= 1:2.6.8
18BuildRequires: pkgconfig
19Requires: curl >= 7.10.0
20Requires: libraptor2 >= 2.0.0
21Requires: libxml2 >= 1:2.6.8
718f31ae 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
2f4760e3 25Flickcurl is a C library for the Flickr API.
718f31ae 26
27%description -l pl.UTF-8
2f4760e3 28Flickcurl to biblioteka C do API serwisu Flickr.
718f31ae 29
30%package devel
31Summary: Flickcurl development files
2f4760e3 32Summary(pl.UTF-8): Pliki programistyczne biblioteki Flickcurl
718f31ae 33Group: Development/Libraries
34Requires: %{name} = %{version}-%{release}
2f4760e3
JB
35Requires: curl-devel >= 7.10.0
36Requires: libraptor2-devel >= 2.0.0
37Requires: libxml2-devel >= 1:2.6.8
718f31ae 38
39%description devel
e190f6e1
CM
40This package contains the include files used to develop using
41Flickcurl APIs.
718f31ae 42
43%description devel -l pl.UTF-8
44Ten pakiet zawiera pliki nagłówkow służące do programowania z użyciem
45API Flickcurl.
46
47%package static
48Summary: The Flickcurl static libraries
49Summary(pl.UTF-8): Statyczne biblioteki Flickcurl
50Group: Development/Libraries
51Requires: %{name}-devel = %{version}-%{release}
52
53%description static
54This package contains the Flickcurl static libraries.
55
56%description static -l pl.UTF-8
57Ten pakiet zawiera statyczne biblioteki Flickcurl.
58
2f4760e3
JB
59%package apidocs
60Summary: API documentation for Flickcurl library
61Summary(pl.UTF-8): Dokumentacja API biblioteki Flickcurl
62Group: Documentation
ac0d3430 63BuildArch: noarch
2f4760e3
JB
64
65%description apidocs
66API documentation for Flickcurl library.
67
68%description apidocs -l pl.UTF-8
69Dokumentacja API biblioteki Flickcurl.
70
718f31ae 71%package tools
72Summary: The Flickcurl utility tools
73Summary(pl.UTF-8): Programy narzędziowe do biblioteki Flickcurl
2f4760e3
JB
74Group: Applications/Network
75Requires: %{name} = %{version}-%{release}
718f31ae 76
77%description tools
78This package contains the Flickcurl utility tools.
79
80%description tools -l pl.UTF-8
81Ten pakiet zawiera programy narzędziowe do biblioteki Flickcurl.
82
83%prep
84%setup -q
85
86%build
36997773
JB
87%{__libtoolize}
88%{__aclocal} -I build
89%{__autoconf}
90%{__autoheader}
91%{__automake}
2f4760e3
JB
92%configure \
93 --with-html-dir=%{_gtkdocdir}
718f31ae 94
95%{__make}
96
97%install
98rm -rf $RPM_BUILD_ROOT
2f4760e3 99
718f31ae 100%{__make} install \
101 DESTDIR=$RPM_BUILD_ROOT
102
2f4760e3
JB
103# obsoleted by pkg-config
104%{__rm} $RPM_BUILD_ROOT%{_libdir}/libflickcurl.la
718f31ae 105
106%clean
107rm -rf $RPM_BUILD_ROOT
108
718f31ae 109%post -p /sbin/ldconfig
110%postun -p /sbin/ldconfig
111
112%files
113%defattr(644,root,root,755)
2f4760e3 114%doc AUTHORS LICENSE.html NEWS NOTICE README.html
718f31ae 115%attr(755,root,root) %{_libdir}/libflickcurl.so.*.*.*
116%attr(755,root,root) %ghost %{_libdir}/libflickcurl.so.0
117
118%files devel
119%defattr(644,root,root,755)
2f4760e3
JB
120%attr(755,root,root) %{_bindir}/flickcurl-config
121%attr(755,root,root) %{_libdir}/libflickcurl.so
718f31ae 122%{_includedir}/flickcurl.h
2f4760e3
JB
123%{_pkgconfigdir}/flickcurl.pc
124%{_mandir}/man1/flickcurl-config.1*
718f31ae 125
126%files static
127%defattr(644,root,root,755)
128%{_libdir}/libflickcurl.a
129
2f4760e3
JB
130%files apidocs
131%defattr(644,root,root,755)
132%{_gtkdocdir}/flickcurl
133
718f31ae 134%files tools
135%defattr(644,root,root,755)
2f4760e3
JB
136%attr(755,root,root) %{_bindir}/flickcurl
137%attr(755,root,root) %{_bindir}/flickrdf
138%{_mandir}/man1/flickcurl.1*
139%{_mandir}/man1/flickrdf.1*
This page took 0.045623 seconds and 4 git commands to generate.