source: projects/specs/trunk/u/unique/unique-vl.spec @ 8119

Revision 8119, 3.9 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1Name:           unique
2Version:        1.1.6
3Release:        3%{?_dist_release}
4Summary:        Single instance support for applications
5Summary(ja):    アプリケーションのシングルインスタンス支援
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            http://www.gnome.org/~ebassi/source/
10Source0:        http://www.gnome.org/~ebassi/source/libunique-%{version}.tar.bz2
11
12Patch0:                 libunique-1.1.6-remove-disable-deprecated.patch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires:  dbus-glib-devel
17BuildRequires:  gnome-doc-utils >= 0.3.2
18BuildRequires:  libtool
19BuildRequires:  glib2-devel >= 2.12.0
20BuildRequires:  gtk2-devel >= 2.11.0
21BuildRequires:  gtk-doc >= 1.11
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: Takemikaduchi
26
27%description
28Unique is a library for writing single instance applications, that is
29applications that are run once and every further call to the same binary
30either exits immediately or sends a command to the running instance.
31
32%package devel
33Summary: Libraries and headers for Unique
34Summary(ja): Unique のライブラリとヘッダ
35Group: Development/Libraries
36Requires: %{name} = %{version}-%{release}
37Requires: pkgconfig
38Requires: gtk-doc >= 1.11
39Requires: dbus-glib-devel
40Requires: gtk2-devel
41
42%description devel
43Headers and libraries for Unique.
44
45%prep
46%setup -q -n libunique-%{version}
47%patch0 -p1
48
49%build
50%configure \
51        --enable-gtk-doc \
52        --disable-static \
53        --disable-introspection \
54        --enable-maintainer-flags=no
55make %{?_smp_mflags}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make install DESTDIR=$RPM_BUILD_ROOT
60rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post -p /sbin/ldconfig
66
67%postun -p /sbin/ldconfig
68
69%files
70%defattr(-,root,root,-)
71%doc AUTHORS ChangeLog COPYING README
72%{_libdir}/lib*.so.*
73
74%files devel
75%defattr(-,root,root,-)
76%doc %{_datadir}/gtk-doc/html/unique/
77%{_includedir}/unique-1.0/
78%{_libdir}/pkgconfig/*
79%{_libdir}/lib*.so
80
81%changelog
82* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-3
83- rebuild with VineSeed environment
84- add Patch0 (libunique-1.1.6-remove-disable-deprecated.patch)
85- add configure option (--enable-maintainer-flags=no)
86
87* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-2
88- rebuild with rpm-4.8.1 for pkg-config file
89- add BuildRequires: gtk-doc
90
91* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-1
92- new upstream release
93
94* Wed Jan 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.8-1
95- new upstream release
96- added Japanese description for unique
97- fixed Japanese description for unique-devel
98- fixed BuildRoot
99
100* Sun May 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-2
101- new upstream release
102
103* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
104- initial build for Vine Linux
105
106* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
108
109* Sat Dec 20 2008 Matthias Clasen  <mclasen@redhat.com> - 1.0.4-3
110- Actually apply the patch
111
112* Sat Dec 20 2008 Matthias Clasen  <mclasen@redhat.com> - 1.0.4-2
113- Fix a nautilus segfault
114
115* Mon Nov 24 2008 Richard Hughes  <rhughes@redhat.com> - 1.0.4-1
116- Update to latest upstream version
117 * Plug a leak in UniqueMessageData
118 * Fix linking with --as-needed
119 * Do not export private functions symbols
120
121* Sat Nov 22 2008 Richard Hughes  <rhughes@redhat.com> - 1.0.0-2
122- Fix up summary text
123
124* Thu Jul 31 2008 Richard Hughes  <rhughes@redhat.com> - 1.0.0-1
125- Update to latest upstream version
126 * First stable release
127 * API is frozen
128 * D-Bus and socket backends supported
129
130* Fri May 16 2008 Richard Hughes  <rhughes@redhat.com> - 0.9.4-5
131- More updates to the spec file from Dan Horak, rh#446407
132
133* Thu May 15 2008 Richard Hughes  <rhughes@redhat.com> - 0.9.4-4
134- Updates to the spec file from Dan Horak, rh#446407
135
136* Thu May 08 2008 Richard Hughes  <rhughes@redhat.com> - 0.9.4-3
137- Initial version
138
Note: See TracBrowser for help on using the repository browser.