Changeset 2480 for trunk/server
- Timestamp:
- Oct 15, 2013, 2:08:24 AM (11 years ago)
- Location:
- trunk/server/fedora/specs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/python-hesiod.spec
r2477 r2480 1 1 Name: python-hesiod 2 2 Version: 0.2.10 3 %define commit _hash2b11f727fe934efe8935ac3543fe538d14b8fafe4 %define tag_hash 004e69f3 %define commit 2b11f727fe934efe8935ac3543fe538d14b8fafe 4 %define shortcommit %(c=%{commit}; echo ${c:0:7}) 5 5 Release: 0.%{scriptsversion}%{?dist} 6 6 Summary: Python access to zephyr library … … 8 8 Group: Development/Languages 9 9 License: MIT 10 URL: http ://github.com/ebroder/python-hesiod11 Source0: http ://github.com/ebroder/python-hesiod/tarball/%{version}/ebroder-%{name}-%{version}-0-g%{commit_hash}.tar.gz10 URL: https://github.com/ebroder/python-hesiod 11 Source0: https://github.com/ebroder/python-hesiod/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz 12 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 13 13 … … 19 19 20 20 %prep 21 %setup -q -n ebroder-%{name}-%{tag_hash}21 %setup -q -n %{name}-%{commit} 22 22 23 23 -
trunk/server/fedora/specs/python-moira.spec
r2476 r2480 1 1 Name: python-moira 2 2 Version: 4.3.0 3 %define commit _hashdd03ce70d348d6f569729fcc9173429a5ec8a84d4 %define tag_hash f62c0db3 %define commit dd03ce70d348d6f569729fcc9173429a5ec8a84d 4 %define shortcommit %(c=%{commit}; echo ${c:0:7}) 5 5 Release: 0.%{scriptsversion}%{?dist} 6 6 Summary: Python access to zephyr library … … 8 8 Group: Development/Languages 9 9 License: MIT 10 URL: http ://github.com/ebroder/python-moira11 Source0: http ://github.com/ebroder/python-moira/tarball/%{version}/ebroder-%{name}-%{version}-0-g%{commit_hash}.tar.gz10 URL: https://github.com/ebroder/python-moira 11 Source0: https://github.com/ebroder/python-moira/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz 12 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 13 13 … … 19 19 20 20 %prep 21 %setup -q -n ebroder-%{name}-%{tag_hash}21 %setup -q -n %{name}-%{commit} 22 22 23 23
Note: See TracChangeset
for help on using the changeset viewer.