source: projects/specs/trunk/lib/libw/libwnck3/libwnck3-vl.spec @ 10716

Revision 10716, 4.3 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

Line 
1## don't replace ltmain.sh
2%define __libtoolize :
3
4%define glib2_version 2.32.0
5%define gtk3_version 3.4.0
6%define startup_notification_version 0.10
7
8Summary: Window Navigator Construction Kit
9Name: libwnck3
10Version: 3.20.1
11Release: 1%{?_dist_release}
12URL: ftp://ftp.gnome.org
13Source0: http://ftp.gnome.org/pub/GNOME/sources/libwnck/3.20/libwnck-%{version}.tar.xz
14License: LGPLv2+
15Group: System Environment/Libraries
16BuildRoot: %{_tmppath}/%{name}-root
17
18# follow 3lines was added 2.26.2-2
19Vendor:         Project Vine   
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23Requires: glib2 >= %{glib2_version}
24Requires: gtk3 >= %{gtk3_version}
25Requires: startup-notification >= %{startup_notification_version}
26Requires: libXres
27
28BuildRequires:  glib2-devel >= %{glib2_version}
29BuildRequires:  gtk3-devel >= %{gtk3_version}
30BuildRequires:  startup-notification-devel >= %{startup_notification_version}
31BuildRequires:  perl-XML-Parser gettext
32BuildRequires:  libXres-devel
33BuildRequires:  gobject-introspection-devel
34
35# Conflicts: libwnck < 2.31
36
37Patch1: libwnck-2.18.0-above.patch
38# http://bugzilla.gnome.org/show_bug.cgi?id=459984
39Patch2: crash-on-shutdown.patch
40
41%description
42
43libwnck3 (pronounced "libwink") is used to implement pagers, tasklists,
44and other such things. It allows applications to monitor information
45about open windows, workspaces, their names/icons, and so forth.
46
47%package devel
48Summary: Libraries and headers for libwnck
49Group: Development/Libraries
50Requires: %{name} = %{version}
51
52Requires: glib2-devel >= %{glib2_version}
53Requires: gtk3-devel >= %{gtk3_version}
54Requires: pkgconfig
55# added 2.26.2-2
56Requires: startup-notification-devel >= %{startup_notification_version}
57Requires: libXres-devel
58
59# Conflicts: libwnck-devel < 2.31
60
61%description devel
62
63libwnck3 (pronounced "libwink") is used to implement pagers, tasklists,
64and other such things. It allows applications to monitor information
65about open windows, workspaces, their names/icons, and so forth.
66
67You should install the libwnck-devel package if you would like to
68compile applications that use libwnck. You don't need libwnck-devel
69just to use precompiled applications.
70
71
72%prep
73%setup -q -n libwnck-%{version}
74#patch0 -p1 -b .appearance
75%patch1 -p1 -b .above
76%patch2 -p1 -b .crash-on-shutdown
77
78%build
79%configure --disable-static --enable-introspection=yes
80make %{?_smp_mflags}
81
82%install
83rm -rf $RPM_BUILD_ROOT
84make install DESTDIR=$RPM_BUILD_ROOT
85
86rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
87
88%find_lang libwnck-3.0
89
90%post -p /sbin/ldconfig
91
92%postun -p /sbin/ldconfig
93
94%clean
95rm -rf $RPM_BUILD_ROOT
96
97%files -f libwnck-3.0.lang
98%defattr(-,root,root)
99%doc AUTHORS COPYING ChangeLog README
100%{_bindir}/*
101%{_libdir}/lib*.so.*
102%{_libdir}/girepository-1.0
103
104%files devel
105%defattr(-,root,root)
106#{_libdir}/lib*.a
107%{_libdir}/lib*.so
108%{_libdir}/pkgconfig/*
109%{_includedir}/*
110%{_datadir}/gtk-doc
111%{_datadir}/gir-1.0
112
113%changelog
114* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
115- new upstream release
116
117* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
118- update to 3.14.0
119
120* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.9-1
121- new upstream release
122
123* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.7-2
124- rebuild with VineSeed environment
125
126* Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.7-1
127- new upstream release
128
129* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.6-1
130- new upstream release
131
132* Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.5-1
133- new upstream release
134
135* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
136- new upstream release
137
138* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
139- new upstream release
140
141* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
142- new upstream release
143
144* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
145- new upstream release
146
147* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
148- new upstream release
149
150* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
151- new upstream release
152
153* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
154- new upstream release
155
156* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
157- new upstream release
158
159* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
160- new upstream release
161
162* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
163- initial build for Vine Linux
164
Note: See TracBrowser for help on using the repository browser.