Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37902972
en ru br
ALT Linux repositórios
S:1.26.1-alt1

Group :: Sistema/Bibliotecas
RPM: libmateweather

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: libmateweather-1.26.1-alt1.patch
Download


 .gear/rules                                        |   2 +
 .../tags/19ac837b9380daa7ced19af60da794b78fd5e4eb  |   6 ++
 .gear/tags/list                                    |   1 +
 data/Locations.xml.in                              |  34 +++----
 libmateweather.spec                                | 110 +++++++++++++++++++++
 5 files changed, 132 insertions(+), 21 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..4b0460c
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: v@version@:.
+diff: v@version@:. .
diff --git a/.gear/tags/19ac837b9380daa7ced19af60da794b78fd5e4eb b/.gear/tags/19ac837b9380daa7ced19af60da794b78fd5e4eb
new file mode 100644
index 0000000..1f2bd7b
--- /dev/null
+++ b/.gear/tags/19ac837b9380daa7ced19af60da794b78fd5e4eb
@@ -0,0 +1,6 @@
+object 79dddbd6410a1d9ebf558147117ae54a91070606
+type commit
+tag v1.26.1
+tagger raveit65 <mate@raveit.de> 1683795119 +0200
+
+version 1.26.1
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..cef94f3
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+19ac837b9380daa7ced19af60da794b78fd5e4eb v1.26.1
diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index eca181a..742092f 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -18258,6 +18258,7 @@
                where "Russia" is already clear from context.
             -->
           <name>Moscow Time</name>
+          <obsoletes>Europe/Simferopol</obsoletes>
           <obsoletes>Europe/Volgograd</obsoletes>
         </timezone>
         <timezone id="Europe/Samara">
@@ -18870,6 +18871,17 @@
           <coordinates>51.570000 46.070000</coordinates>
         </location>
       </city>
+      <city>
+        <!-- A city in Russia -->
+        <name>Simferopol'</name>
+        <coordinates>44.950000 34.100000</coordinates>
+        <location>
+          <name>Simferopol'</name>
+          <code>URFF</code>
+          <tz-hint>Europe/Moscow</tz-hint>
+          <coordinates>44.683333 34.133333</coordinates>
+        </location>
+      </city>
       <city>
         <!-- A city in Russia.
              The local name in Russian is "Ставрополь".
@@ -20627,7 +20639,7 @@
       <iso-code>UA</iso-code>
       <fips-code>UP</fips-code>
       <timezones>
-        <timezone id="Europe/Kyiv">
+        <timezone id="Europe/Kiev">
           <obsoletes>Europe/Uzhgorod</obsoletes>
           <obsoletes>Europe/Zaporozhye</obsoletes>
         </timezone>
@@ -20663,16 +20675,6 @@
           <coordinates>48.533333 34.666667</coordinates>
         </location>
       </city>
-      <city>
-        <!-- A city in Ukraine -->
-        <name>Donets'k</name>
-        <coordinates>48.000000 37.800000</coordinates>
-        <location>
-          <name>Donets'k</name>
-          <code>UKCC</code>
-          <coordinates>48.083333 37.750000</coordinates>
-        </location>
-      </city>
       <city>
         <!-- A city in Ukraine -->
         <name>Hostomel'</name>
@@ -20776,16 +20778,6 @@
           <coordinates>50.583333 26.133333</coordinates>
         </location>
       </city>
-      <city>
-        <!-- A city in Ukraine -->
-        <name>Simferopol'</name>
-        <coordinates>44.950000 34.100000</coordinates>
-        <location>
-          <name>Simferopol'</name>
-          <code>UKFF</code>
-          <coordinates>44.683333 34.133333</coordinates>
-        </location>
-      </city>
       <city>
         <!-- A city in Ukraine -->
         <name>Telichka</name>
diff --git a/libmateweather.spec b/libmateweather.spec
new file mode 100644
index 0000000..4373f21
--- /dev/null
+++ b/libmateweather.spec
@@ -0,0 +1,110 @@
+Name: libmateweather
+Version: 1.26.1
+Release: alt1
+Epoch: 1
+Summary: Libraries to allow MATE Desktop to display weather information
+License: GPLv2+ and LGPLv2+
+Group: System/Libraries
+Url: http://mate-desktop.org/
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+Requires: %name-data = %epoch:%version-%release
+
+BuildRequires: mate-common gtk-doc libgtk+3-devel libsoup-devel libxml2-devel
+
+%description
+Libraries to allow MATE Desktop to display weather information
+
+%package data
+Group: System/Libraries
+Summary: Data files for the libmateweather
+BuildArch: noarch
+
+%description data
+This package contains shared data needed for libmateweather
+
+%package devel
+Group: Development/C
+Summary:  Development files for libmateweather
+
+%description devel
+Development files for libmateweather
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%autoreconf
+%configure \
+	--enable-gtk-doc-html \
+	--enable-locations-compression \
+	--disable-static \
+	--disable-schemas-compile
+
+%make_build
+
+%install
+%make DESTDIR=%buildroot install
+
+%find_lang %name --with-gnome --all-name
+
+%files
+%doc AUTHORS COPYING README
+%_libdir/%name.so.*
+%_datadir/glib-2.0/schemas/org.mate.weather.gschema.xml
+
+%files data -f %name.lang
+%_iconsdir/hicolor/*/status/*
+%_datadir/%name
+
+%files devel
+%_includedir/%name
+%_libdir/%name.so
+%_pkgconfigdir/*.pc
+
+%changelog
+* Thu May 11 2023 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.1-alt1
+- 1.26.1
+
+* Mon Dec 12 2022 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.0-alt4
+- rebuild
+
+* Wed Oct 26 2022 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.0-alt3
+- merged p10 branch
+
+* Tue Sep 27 2022 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.0-alt2
+- fixed Simferopol location
+
+* Fri Aug 06 2021 Valery Inozemtsev <shrek@altlinux.ru> 1:1.26.0-alt1
+- 1.26.0
+
+* Fri Aug 14 2020 Valery Inozemtsev <shrek@altlinux.ru> 1:1.24.1-alt1
+- 1.24.1
+
+* Tue Feb 25 2020 Valery Inozemtsev <shrek@altlinux.ru> 1:1.24.0-alt1
+- 1.24.0
+
+* Tue Oct 15 2019 Valery Inozemtsev <shrek@altlinux.ru> 1:1.22.1-alt1
+- 1.22.1
+
+* Mon Mar 04 2019 Valery Inozemtsev <shrek@altlinux.ru> 1:1.22.0-alt1
+- 1.22.0
+
+* Tue Dec 18 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.2-alt1
+- 1.20.2
+
+* Sun Oct 14 2018 Igor Vlasenko <viy@altlinux.ru> 1:1.20.1-alt1.qa1
+- NMU: applied repocop patch
+
+* Fri Jun 15 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.1-alt1
+- 1.20.1
+
+* Mon Mar 12 2018 Valery Inozemtsev <shrek@altlinux.ru> 1:1.20.0-alt1
+- initial build from git.mate-desktop.org
+
+* Mon Feb 19 2018 Vladimir D. Seleznev <vseleznv@altlinux.org> 1.20.0-alt1_1
+- new fc release
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009